home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / nameless.swf / scripts / DefineSprite_1490 / frame_8 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  152 b   |  13 lines

  1. stop();
  2. var onEnterFrame = function()
  3. {
  4.    if(!Key.isDown(40))
  5.    {
  6.       play();
  7.    }
  8.    if(_currentframe >= 9)
  9.    {
  10.       play();
  11.    }
  12. };
  13.